tools: xenbackendd for NetBSD
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 22 Jul 2009 13:37:30 +0000 (14:37 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 22 Jul 2009 13:37:30 +0000 (14:37 +0100)
commit9fe075decce7db2045261794f9ab897a82cba408
tree3200a9352121ff405b109fed0f01188c6d302f14
parent5e3d36c2c840c5da77065b0676c0f2a64fee638a
tools: xenbackendd for NetBSD

Attached patch introduces xenbackendd. It is used on NetBSD
to launch the hotplug scripts. Later xenbackendd can be improved to
also launch qemu-dm as child process and will notice when qemu-dm
crashes.

The changes the patch makes:
- rename hotplug scripts as xenbackendd expects them
  (current names were taken from pkgsrc)
- install hotplug scripts as executable scripts
- introduce xenbackendd
- build/install/launch on NetBSD only

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/Makefile
tools/hotplug/NetBSD/Makefile
tools/hotplug/NetBSD/block [new file with mode: 0644]
tools/hotplug/NetBSD/block-nbsd [deleted file]
tools/hotplug/NetBSD/vif-bridge [new file with mode: 0644]
tools/hotplug/NetBSD/vif-bridge-nbsd [deleted file]
tools/hotplug/NetBSD/vif-ip [new file with mode: 0644]
tools/hotplug/NetBSD/vif-ip-nbsd [deleted file]
tools/misc/xend
tools/xenbackendd/Makefile [new file with mode: 0644]
tools/xenbackendd/xenbackendd.c [new file with mode: 0644]